home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / timeoday.zip / CLOCK.DOC next >
Text File  |  1990-12-07  |  2KB  |  69 lines

  1. TQClock/AT  Version 1.1  Copyright (C) 1990 by Technique Computer Systems
  2.  
  3. LICENCE
  4. -------
  5.  
  6. You may copy and distribute this program freely, provided that:
  7.  
  8.     1)   No fee is charged for such copying and distribution, and
  9.     2)   It is distributed ONLY in its original, unmodified state.
  10.  
  11. If you like this program, and find it of use, then your contribution
  12. will be appreciated.  You may not use this product in a commercial
  13. environment or a governmental organization without paying a license fee
  14. of $5.00.
  15.  
  16. If you fail to abide by the terms of this license, then your conscience
  17. will haunt you for the rest of your life.
  18.  
  19. Refer all inquiries to:
  20.  
  21.        Technique Computer Systems
  22.        #110 - 1841 Oak Bay Avenue
  23.        Victoria, BC  V8R 1C4
  24.        CANADA
  25.  
  26. Original distribution on:
  27.  
  28.        FARWEST BBS
  29.        Victoria, BC  CANADA
  30.        (604) 381-3934  (12 lines, MNP)
  31.  
  32. OVERVIEW
  33. --------
  34.  
  35. CLOCK.SYS is an MS-DOS clock device driver that routes all MS-DOS date
  36. and time requests to the AT real-time clock.  This method of accessing
  37. the clock is much more accurate than the standard method.  It
  38. eliminates problems with midnight rollover and the fact that the BIOS
  39. clock loses time (about a minute per day).
  40.  
  41. REQUIREMENTS
  42. ------------
  43.  
  44. This program assumes that you have an AT machine or better (286, 386,
  45. 486, etc.), and will NOT work on a PC-class machine (8086 or 8088).
  46. The interface to the real-time clock is provided by the AT BIOS.
  47.  
  48. The CLOCK.SYS device driver takes about 432 bytes of memory when
  49. installed.
  50.  
  51. INSTALLATION
  52. ------------
  53.  
  54. To install TQClock/AT, just place the line
  55.  
  56.         DEVICE = CLOCK.SYS
  57.  
  58. in your CONFIG.SYS file and place the CLOCK.SYS file in the root
  59. directory of your boot disk (you may actually place the file anywhere
  60. as long as you modify the DEVICE= line to reflect the actual location).
  61.  
  62. LIMITATION
  63. ----------
  64.  
  65. This clock driver only provides the time and date; it will NOT SET the
  66. time or date.  You must do this using the setup utility included with
  67. your computer or BIOS.  This feature makes the driver much smaller, and
  68. prevents the clock from getting accidentally clobbered.
  69.